home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Text / Edit / GoldED-Demo / installdata / golded / developer / api / examples / rexx / defs.h next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  623 b   |  32 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/semaphores.h>
  4. #include <exec/libraries.h>
  5. #include <dos/dos.h>
  6. #include <exec/memory.h>
  7. #include <clib/exec_protos.h>
  8. #include <clib/alib_protos.h>
  9. #include <clib/dos_protos.h>
  10. #include <clib/intuition_protos.h>
  11. #include <string.h>
  12.  
  13. #define LibCall    __geta4 __regargs
  14. #define Prototype  extern
  15.  
  16. #include "golded:developer/include/editor.h"
  17.  
  18. #include "golded:developer/api/include/apilib.h"
  19.  
  20. #include "o/lib-protos.h"
  21.  
  22. #ifndef RC_OK
  23. #define RC_OK   0L
  24. #endif
  25.  
  26. #ifndef RC_WARN
  27. #define RC_WARN 5L
  28. #endif
  29.  
  30. extern const char LibName[];
  31. extern const char LibId[];
  32.